02. Online SLAM
Online SLAM
Online SLAM Problem
- At time t-1, the robot will estimate its current pose xt-1 and the map m given its current measurements zt-1 and controls ut-1.
- At time t, the robot will estimate its new pose xt and the map m given only its current measurements zt and controls ut.
- At time t+1, the robot will estimate its current pose xt+1 and the map m given the measurements zt+1 and controls ut+1.
This problem can be modeled with the probability equation p(xt , m | z1:t , u1:t) where we solve the posterior represented by the instantaneous pose xt and the map m given the measurements z1:t and controls u1:t. Thus, with online SLAM we estimate variables that occur at time t only.